Expand description
Accessibility for Bevy
As of Bevy version 0.15 accesskit
is no longer re-exported from this crate.
If you need to use accesskit
, you will need to add it as a separate dependency in your Cargo.toml
.
Make sure to use the same version of accesskit
as Bevy.
Structs§
- Component to wrap a
accesskit::Node
, representing this entity to the platform’s accessibility API. - Plugin managing non-GUI aspects of integrating with accessibility APIs.
- Resource that tracks whether an assistive technology has requested accessibility information.
- Wrapper struct for
accesskit::ActionRequest
. Required to allow it to be used as anEvent
. - Resource representing which entity has keyboard focus, if any.
- Resource whose value determines whether the accessibility tree is updated via the ECS.
Enums§
- Set enum for the systems relating to accessibility